C1.LiveLinq.Indexing Namespace > Index<T> Class : FindStartingWith Method |
Finds items with string key values starting with the specified string.
Implements IIndexScanner(T).FindStartingWith(string,Func(string, bool),Order)
'Declaration
Public Function FindStartingWith( _ ByVal value As System.String, _ ByVal keyPredicate As System.Func(Of String,Boolean), _ ByVal order As Order _ ) As IndexQuery(Of T,String)
public IndexQuery<T,string> FindStartingWith( System.string value, System.Func<string,bool> keyPredicate, Order order )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2